home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCGUIA 10
/
PC Guia 10.iso
/
database
/
power.dir
/
00008_Script_8
< prev
next >
Wrap
Text File
|
1996-03-14
|
409b
|
18 lines
on mousedown
global gMakerName, gmakernum
puppetsound "click"
updatestage
set tmp = line (the mouseline) of field "Filenames"
set gMakerName = tmp
set gMakernum = nametonum(gmakername)
if gMakernum = 0 or (gMAkernum = 1 and gMAkername <> "Arafat") then
alert "oops! problem with name"
else
go to the frame + 1
--makeindex (tmp&".TXT")
end if
end